home *** CD-ROM | disk | FTP | other *** search
/ Freelog 50 / Freelog050.iso / DossierLogitheque / Bureautique / Mira / Mira_setup.exe / {app} / Mira.exe / 0 / RCDATA / TFORMBULLETS / TFORMBULLETS.txt
Text File  |  2003-09-02  |  2KB  |  117 lines

  1. object FormBullets: TFormBullets
  2.   Left = 681
  3.   Top = 96
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   ClientHeight = 236
  7.   ClientWidth = 134
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object Label1: TLabel
  22.     Left = 6
  23.     Top = 5
  24.     Width = 72
  25.     Height = 14
  26.     Caption = 'Commencer '#224' :'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 6
  30.     Top = 90
  31.     Width = 24
  32.     Height = 14
  33.     Caption = 'Style'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 6
  37.     Top = 47
  38.     Width = 59
  39.     Height = 14
  40.     Caption = 'Espacement'
  41.     ParentShowHint = False
  42.     ShowHint = True
  43.   end
  44.   object SC_Line5: TSC_Line
  45.     Left = 0
  46.     Top = 202
  47.     Width = 134
  48.     Height = 34
  49.     BorderShape = bsTopLine
  50.     Align = alBottom
  51.   end
  52.   object SpinNumbering: TSpinEdit
  53.     Left = 6
  54.     Top = 21
  55.     Width = 121
  56.     Height = 23
  57.     Hint = '|Commencer la num'#233'rotation'
  58.     Ctl3D = True
  59.     MaxValue = 0
  60.     MinValue = 0
  61.     ParentCtl3D = False
  62.     ParentShowHint = False
  63.     ShowHint = True
  64.     TabOrder = 0
  65.     Value = 1
  66.   end
  67.   object ListNumbering: TListBox
  68.     Left = 6
  69.     Top = 106
  70.     Width = 121
  71.     Height = 88
  72.     Cursor = crHandPoint
  73.     Hint = '|Style de puces'
  74.     Ctl3D = True
  75.     IntegralHeight = True
  76.     ItemHeight = 14
  77.     Items.Strings = (
  78.       'Puce'
  79.       'Num'#233'rotation'
  80.       'Lettre minuscule'
  81.       'Lettre majuscule'
  82.       'Petit chiffre romain'
  83.       'Grand chiffre romain')
  84.     ParentCtl3D = False
  85.     ParentShowHint = False
  86.     ShowHint = True
  87.     TabOrder = 2
  88.     OnClick = ListNumberingClick
  89.     OnDblClick = ListNumberingDblClick
  90.   end
  91.   object SpinTab: TSpinEdit
  92.     Left = 6
  93.     Top = 63
  94.     Width = 121
  95.     Height = 23
  96.     Hint = '|Espacement entre la puce et le texte'
  97.     Ctl3D = True
  98.     MaxValue = 0
  99.     MinValue = 0
  100.     ParentCtl3D = False
  101.     ParentShowHint = False
  102.     ShowHint = True
  103.     TabOrder = 1
  104.     Value = 10
  105.   end
  106.   object ButtonOk: TButton
  107.     Left = 29
  108.     Top = 208
  109.     Width = 75
  110.     Height = 22
  111.     Caption = '&Ok'
  112.     Default = True
  113.     ModalResult = 1
  114.     TabOrder = 3
  115.   end
  116. end
  117.